* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2012 21:30:55 +0000 (16:30 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2012 21:30:55 +0000 (16:30 -0500)
commit013f017fc176fbbf366982d50018dd0948da3451
treef88b6256c731a6f66b4fe203c88a9183469ae505
parentb855a331624a85a70ab6eb61d67483f6f3508709
* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):
Allow compiler-macros to be lambda expressions.
* lisp/progmodes/python.el: Use cl-lib.  Move var declarations outside of
eval-when-compile.
(python-syntax-context): Add compiler-macro.
(python-font-lock-keywords): Simplify with De Morgan.
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el
lisp/progmodes/python.el